﻿2026-07-11T01:09:43.8617435Z Current runner version: '2.335.1'
2026-07-11T01:09:43.8622841Z Runner name: 'kitsubito'
2026-07-11T01:09:43.8623446Z Runner group name: 'Default'
2026-07-11T01:09:43.8624113Z Machine name: 'KITSUBITO'
2026-07-11T01:09:43.8626174Z ##[group]GITHUB_TOKEN Permissions
2026-07-11T01:09:43.8627924Z Contents: read
2026-07-11T01:09:43.8628357Z Metadata: read
2026-07-11T01:09:43.8628768Z Packages: read
2026-07-11T01:09:43.8629319Z ##[endgroup]
2026-07-11T01:09:43.8630942Z Secret source: Actions
2026-07-11T01:09:43.8631486Z Prepare workflow directory
2026-07-11T01:09:44.2212367Z Prepare all required actions
2026-07-11T01:09:44.2245364Z Getting action download info
2026-07-11T01:09:44.5855397Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-07-11T01:09:45.6489938Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-07-11T01:09:45.7360191Z ##[group]Run actions/checkout@v5
2026-07-11T01:09:45.7361024Z with:
2026-07-11T01:09:45.7361433Z   fetch-depth: 0
2026-07-11T01:09:45.7361921Z   repository: SaberMage/spt-core
2026-07-11T01:09:45.7365240Z   token: ***
2026-07-11T01:09:45.7365652Z   ssh-strict: true
2026-07-11T01:09:45.7366073Z   ssh-user: git
2026-07-11T01:09:45.7366491Z   persist-credentials: true
2026-07-11T01:09:45.7366959Z   clean: true
2026-07-11T01:09:45.7367397Z   sparse-checkout-cone-mode: true
2026-07-11T01:09:45.7367884Z   fetch-tags: false
2026-07-11T01:09:45.7368303Z   show-progress: true
2026-07-11T01:09:45.7368734Z   lfs: false
2026-07-11T01:09:45.7369254Z   submodules: false
2026-07-11T01:09:45.7369711Z   set-safe-directory: true
2026-07-11T01:09:45.7370397Z ##[endgroup]
2026-07-11T01:09:45.8160185Z Syncing repository: SaberMage/spt-core
2026-07-11T01:09:45.8161764Z ##[group]Getting Git version info
2026-07-11T01:09:45.8162552Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-11T01:09:45.8163509Z [command]/usr/bin/git version
2026-07-11T01:09:45.8163975Z git version 2.43.0
2026-07-11T01:09:45.8173474Z ##[endgroup]
2026-07-11T01:09:45.8186475Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e89e53ea-6bc2-45d9-94aa-d4ad94022a67' before making global git config changes
2026-07-11T01:09:45.8187758Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:09:45.8190220Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:09:45.8255880Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-11T01:09:45.8273312Z https://github.com/SaberMage/spt-core
2026-07-11T01:09:45.8283657Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T01:09:45.8285957Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T01:09:45.8640078Z HEAD
2026-07-11T01:09:45.8689867Z ##[endgroup]
2026-07-11T01:09:45.8690836Z [command]/usr/bin/git submodule status
2026-07-11T01:09:45.8918304Z ##[group]Cleaning the repository
2026-07-11T01:09:45.8921188Z [command]/usr/bin/git clean -ffdx
2026-07-11T01:09:49.7965403Z Removing .adapter-notify/
2026-07-11T01:09:49.7966950Z Removing target/
2026-07-11T01:09:49.7971691Z [command]/usr/bin/git reset --hard HEAD
2026-07-11T01:09:49.8480943Z HEAD is now at e78a482d7 Merge 53b1d59e1e0bcdd3c5e3aa501015e879fceba179 into abaf08f7e77338cb525c79feb29f821c772c1eca
2026-07-11T01:09:49.8490892Z ##[endgroup]
2026-07-11T01:09:49.8491837Z ##[group]Disabling automatic garbage collection
2026-07-11T01:09:49.8494531Z [command]/usr/bin/git config --local gc.auto 0
2026-07-11T01:09:49.8522234Z ##[endgroup]
2026-07-11T01:09:49.8523327Z ##[group]Setting up auth
2026-07-11T01:09:49.8527562Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:09:49.8554640Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:09:49.8740000Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:09:49.8764143Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:09:49.8949290Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:09:49.8973139Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:09:49.9160764Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-11T01:09:49.9190416Z ##[endgroup]
2026-07-11T01:09:49.9196948Z ##[group]Fetching the repository
2026-07-11T01:09:49.9200839Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e78a482d7cfa0458580f9a6ebbe25d0f1b366d00:refs/remotes/pull/80/merge
2026-07-11T01:09:50.7653855Z From https://github.com/SaberMage/spt-core
2026-07-11T01:09:50.7654598Z    32b134ef3..53b1d59e1  build/msg-identity-w2-f034 -> origin/build/msg-identity-w2-f034
2026-07-11T01:09:50.7655333Z    6b5a35f12..17dc68ea7  build/msg-identity-w3-f032 -> origin/build/msg-identity-w3-f032
2026-07-11T01:09:50.7705916Z ##[endgroup]
2026-07-11T01:09:50.7706479Z ##[group]Determining the checkout info
2026-07-11T01:09:50.7707088Z ##[endgroup]
2026-07-11T01:09:50.7711476Z [command]/usr/bin/git sparse-checkout disable
2026-07-11T01:09:50.7750988Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-11T01:09:50.7780337Z ##[group]Checking out the ref
2026-07-11T01:09:50.7782615Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/80/merge
2026-07-11T01:09:50.7835814Z HEAD is now at e78a482d7 Merge 53b1d59e1e0bcdd3c5e3aa501015e879fceba179 into abaf08f7e77338cb525c79feb29f821c772c1eca
2026-07-11T01:09:50.7841051Z ##[endgroup]
2026-07-11T01:09:50.7884717Z [command]/usr/bin/git log -1 --format=%H
2026-07-11T01:09:50.7913168Z e78a482d7cfa0458580f9a6ebbe25d0f1b366d00
2026-07-11T01:09:50.8081043Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-07-11T01:09:50.8081524Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-07-11T01:09:50.8097285Z shell: /usr/bin/bash -e {0}
2026-07-11T01:09:50.8097533Z ##[endgroup]
2026-07-11T01:09:50.8194328Z ##[group]Run set -euo pipefail
2026-07-11T01:09:50.8194646Z [36;1mset -euo pipefail[0m
2026-07-11T01:09:50.8194859Z [36;1mPIN=0c95435[0m
2026-07-11T01:09:50.8195078Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-11T01:09:50.8195326Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-11T01:09:50.8195665Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-11T01:09:50.8196090Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-11T01:09:50.8196524Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-11T01:09:50.8196871Z [36;1m  rm -rf "$CACHE"[0m
2026-07-11T01:09:50.8197102Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-11T01:09:50.8197376Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-11T01:09:50.8197696Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-11T01:09:50.8198059Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-11T01:09:50.8198291Z [36;1mfi[0m
2026-07-11T01:09:50.8198568Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-11T01:09:50.8212377Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-11T01:09:50.8212668Z env:
2026-07-11T01:09:50.8212863Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-11T01:09:50.8213101Z ##[endgroup]
2026-07-11T01:09:51.0952659Z    Compiling proc-macro2 v1.0.106
2026-07-11T01:09:51.0953202Z    Compiling quote v1.0.45
2026-07-11T01:09:51.0954106Z    Compiling unicode-ident v1.0.24
2026-07-11T01:09:51.0954444Z    Compiling libc v0.2.186
2026-07-11T01:09:51.0954693Z    Compiling serde_core v1.0.228
2026-07-11T01:09:51.0954979Z    Compiling cfg-if v1.0.4
2026-07-11T01:09:51.0997663Z    Compiling serde v1.0.228
2026-07-11T01:09:51.1047948Z    Compiling log v0.4.32
2026-07-11T01:09:51.1048608Z    Compiling pin-project-lite v0.2.17
2026-07-11T01:09:51.1049509Z    Compiling portable-atomic v1.13.1
2026-07-11T01:09:51.1063663Z    Compiling typenum v1.20.1
2026-07-11T01:09:51.1127048Z    Compiling memchr v2.8.1
2026-07-11T01:09:51.1168286Z    Compiling version_check v0.9.5
2026-07-11T01:09:51.1271902Z    Compiling critical-section v1.2.0
2026-07-11T01:09:51.1352005Z    Compiling shlex v2.0.1
2026-07-11T01:09:51.1448187Z    Compiling find-msvc-tools v0.1.9
2026-07-11T01:09:51.1901864Z    Compiling subtle v2.6.1
2026-07-11T01:09:51.1965511Z    Compiling futures-core v0.3.32
2026-07-11T01:09:51.2107681Z    Compiling bytes v1.11.1
2026-07-11T01:09:51.3292499Z    Compiling equivalent v1.0.2
2026-07-11T01:09:51.3442384Z    Compiling smallvec v1.15.1
2026-07-11T01:09:51.3443415Z    Compiling itoa v1.0.18
2026-07-11T01:09:51.3647401Z    Compiling semver v1.0.28
2026-07-11T01:09:51.3919456Z    Compiling stable_deref_trait v1.2.1
2026-07-11T01:09:51.4000474Z    Compiling futures-io v0.3.32
2026-07-11T01:09:51.4211353Z    Compiling futures-sink v0.3.32
2026-07-11T01:09:51.4642462Z    Compiling slab v0.4.12
2026-07-11T01:09:51.4765649Z    Compiling futures-task v0.3.32
2026-07-11T01:09:51.5034912Z    Compiling generic-array v0.14.7
2026-07-11T01:09:51.5160914Z    Compiling futures-channel v0.3.32
2026-07-11T01:09:51.5517107Z    Compiling rand_core v0.10.1
2026-07-11T01:09:51.6060807Z    Compiling rustversion v1.0.22
2026-07-11T01:09:51.6406944Z    Compiling hashbrown v0.17.1
2026-07-11T01:09:51.6477927Z    Compiling rustc_version v0.4.1
2026-07-11T01:09:51.6791819Z    Compiling bitflags v2.12.1
2026-07-11T01:09:51.6866919Z    Compiling cpufeatures v0.2.17
2026-07-11T01:09:51.6990882Z    Compiling getrandom v0.4.2
2026-07-11T01:09:51.7313667Z    Compiling fnv v1.0.7
2026-07-11T01:09:51.7410568Z    Compiling cfg_aliases v0.2.1
2026-07-11T01:09:51.7781142Z    Compiling strsim v0.11.1
2026-07-11T01:09:51.8051230Z    Compiling writeable v0.6.3
2026-07-11T01:09:51.8121063Z    Compiling litemap v0.8.2
2026-07-11T01:09:51.8238061Z    Compiling fs_extra v1.3.0
2026-07-11T01:09:51.9533070Z    Compiling utf8_iter v1.0.4
2026-07-11T01:09:51.9601956Z    Compiling ident_case v1.0.1
2026-07-11T01:09:52.0067050Z    Compiling icu_properties_data v2.2.0
2026-07-11T01:09:52.0068775Z    Compiling icu_normalizer_data v2.2.0
2026-07-11T01:09:52.0359153Z    Compiling dunce v1.0.5
2026-07-11T01:09:52.0919755Z    Compiling autocfg v1.5.1
2026-07-11T01:09:52.1030731Z    Compiling percent-encoding v2.3.2
2026-07-11T01:09:52.2031163Z    Compiling http v1.4.1
2026-07-11T01:09:52.2571352Z    Compiling thiserror v2.0.18
2026-07-11T01:09:52.2721231Z    Compiling aws-lc-rs v1.17.0
2026-07-11T01:09:52.3110994Z    Compiling unicode-segmentation v1.13.3
2026-07-11T01:09:52.3762685Z    Compiling syn v2.0.117
2026-07-11T01:09:52.4129966Z    Compiling cpufeatures v0.3.0
2026-07-11T01:09:52.4131558Z    Compiling scopeguard v1.2.0
2026-07-11T01:09:52.4381015Z    Compiling form_urlencoded v1.2.2
2026-07-11T01:09:52.4451019Z    Compiling untrusted v0.9.0
2026-07-11T01:09:52.4951305Z    Compiling indexmap v2.14.0
2026-07-11T01:09:52.4999115Z    Compiling lock_api v0.4.14
2026-07-11T01:09:52.5271043Z    Compiling chacha20 v0.10.0
2026-07-11T01:09:52.5311079Z    Compiling heck v0.5.0
2026-07-11T01:09:52.5480781Z    Compiling rustls v0.23.40
2026-07-11T01:09:52.5740653Z    Compiling anyhow v1.0.102
2026-07-11T01:09:52.6500755Z    Compiling unicode-xid v0.2.6
2026-07-11T01:09:52.6630572Z    Compiling const-oid v0.10.2
2026-07-11T01:09:52.6970897Z    Compiling atomic-waker v1.1.2
2026-07-11T01:09:52.7399225Z    Compiling zerocopy v0.8.50
2026-07-11T01:09:52.7514632Z    Compiling parking_lot_core v0.9.12
2026-07-11T01:09:52.7591225Z    Compiling httparse v1.10.1
2026-07-11T01:09:52.7691138Z    Compiling paste v1.0.15
2026-07-11T01:09:52.8076466Z    Compiling convert_case v0.10.0
2026-07-11T01:09:52.8914248Z    Compiling jobserver v0.1.34
2026-07-11T01:09:52.9034234Z    Compiling num-traits v0.2.19
2026-07-11T01:09:52.9317159Z    Compiling hybrid-array v0.4.12
2026-07-11T01:09:52.9609562Z    Compiling curve25519-dalek v4.1.3
2026-07-11T01:09:52.9751492Z    Compiling ahash v0.8.12
2026-07-11T01:09:53.0636352Z    Compiling base64ct v1.8.3
2026-07-11T01:09:53.0890497Z    Compiling either v1.16.0
2026-07-11T01:09:53.1100550Z    Compiling powerfmt v0.2.0
2026-07-11T01:09:53.1590708Z    Compiling fastrand v2.4.1
2026-07-11T01:09:53.2121193Z    Compiling cc v1.2.63
2026-07-11T01:09:53.2310580Z    Compiling crypto-common v0.1.7
2026-07-11T01:09:53.2376552Z    Compiling block-buffer v0.10.4
2026-07-11T01:09:53.3220772Z    Compiling http-body v1.0.1
2026-07-11T01:09:53.3370970Z    Compiling deranged v0.5.8
2026-07-11T01:09:53.3458898Z    Compiling pem-rfc7468 v1.0.0
2026-07-11T01:09:53.3548833Z    Compiling digest v0.10.7
2026-07-11T01:09:53.4415694Z    Compiling vcpkg v0.2.15
2026-07-11T01:09:53.4520950Z    Compiling base64 v0.22.1
2026-07-11T01:09:53.5470543Z    Compiling tinyvec_macros v0.1.1
2026-07-11T01:09:53.5985705Z    Compiling time-core v0.1.8
2026-07-11T01:09:53.6203403Z    Compiling tower-service v0.3.3
2026-07-11T01:09:53.6301612Z    Compiling pkg-config v0.3.33
2026-07-11T01:09:53.6511154Z    Compiling data-encoding v2.11.0
2026-07-11T01:09:53.6830765Z    Compiling try-lock v0.2.5
2026-07-11T01:09:53.7251850Z    Compiling num-conv v0.2.2
2026-07-11T01:09:53.7495800Z    Compiling zmij v1.0.21
2026-07-11T01:09:53.7830758Z    Compiling want v0.3.1
2026-07-11T01:09:53.8168659Z    Compiling mio v1.2.1
2026-07-11T01:09:53.8330848Z    Compiling socket2 v0.6.4
2026-07-11T01:09:53.8760961Z    Compiling getrandom v0.2.17
2026-07-11T01:09:53.9351146Z    Compiling block-buffer v0.12.0
2026-07-11T01:09:53.9863410Z    Compiling crypto-common v0.2.2
2026-07-11T01:09:54.0368224Z    Compiling rand_core v0.6.4
2026-07-11T01:09:54.0850389Z    Compiling rand v0.10.1
2026-07-11T01:09:54.1150902Z    Compiling uuid v1.23.2
2026-07-11T01:09:54.1360887Z    Compiling sha2 v0.10.9
2026-07-11T01:09:54.1960989Z    Compiling parking_lot v0.12.5
2026-07-11T01:09:54.2661134Z    Compiling tinyvec v1.11.0
2026-07-11T01:09:54.3077845Z    Compiling inout v0.1.4
2026-07-11T01:09:54.4103937Z    Compiling vergen-lib v9.1.0
2026-07-11T01:09:54.5372949Z    Compiling n0-future v0.3.2
2026-07-11T01:09:54.5455096Z    Compiling diatomic-waker v0.2.3
2026-07-11T01:09:54.5981280Z    Compiling cmake v0.1.58
2026-07-11T01:09:54.6554644Z    Compiling cordyceps v0.3.4
2026-07-11T01:09:54.6779541Z    Compiling winnow v1.0.3
2026-07-11T01:09:54.7277725Z    Compiling parking v2.2.1
2026-07-11T01:09:54.7392192Z    Compiling serde_json v1.0.150
2026-07-11T01:09:54.7490534Z    Compiling spin v0.10.0
2026-07-11T01:09:54.7521586Z    Compiling crossbeam-utils v0.8.21
2026-07-11T01:09:54.7885723Z    Compiling signature v2.2.0
2026-07-11T01:09:54.8328776Z    Compiling httpdate v1.0.3
2026-07-11T01:09:54.8460951Z    Compiling futures-lite v2.6.1
2026-07-11T01:09:54.9040796Z    Compiling ed25519 v2.2.3
2026-07-11T01:09:54.9330711Z    Compiling digest v0.11.3
2026-07-11T01:09:54.9779766Z    Compiling futures-buffered v0.2.13
2026-07-11T01:09:54.9871076Z    Compiling cipher v0.4.4
2026-07-11T01:09:55.0310816Z    Compiling netlink-packet-core v0.8.1
2026-07-11T01:09:55.0790620Z    Compiling universal-hash v0.5.1
2026-07-11T01:09:55.0920655Z    Compiling vergen-lib v0.1.6
2026-07-11T01:09:55.1123012Z    Compiling vergen v9.1.0
2026-07-11T01:09:55.1211786Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-11T01:09:55.1270673Z    Compiling heapless v0.7.17
2026-07-11T01:09:55.1907832Z    Compiling noq-udp v0.10.0
2026-07-11T01:09:55.2492768Z    Compiling sync_wrapper v1.0.2
2026-07-11T01:09:55.2601008Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-11T01:09:55.2645374Z    Compiling byteorder v1.5.0
2026-07-11T01:09:55.2820318Z    Compiling opaque-debug v0.3.1
2026-07-11T01:09:55.3327204Z    Compiling allocator-api2 v0.2.21
2026-07-11T01:09:55.3471545Z    Compiling polyval v0.6.2
2026-07-11T01:09:55.4171148Z    Compiling spin v0.9.8
2026-07-11T01:09:55.4220683Z    Compiling vergen-gitcl v1.0.8
2026-07-11T01:09:55.4687081Z    Compiling hash32 v0.2.1
2026-07-11T01:09:55.5045741Z    Compiling aws-lc-sys v0.41.0
2026-07-11T01:09:55.5047529Z    Compiling ring v0.17.14
2026-07-11T01:09:55.5321621Z    Compiling libsqlite3-sys v0.30.1
2026-07-11T01:09:55.5748773Z    Compiling num_threads v0.1.7
2026-07-11T01:09:55.5819822Z    Compiling ryu v1.0.23
2026-07-11T01:09:55.6244485Z    Compiling tower-layer v0.3.3
2026-07-11T01:09:55.6470735Z    Compiling signature v3.0.0
2026-07-11T01:09:55.6595714Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-11T01:09:55.7091101Z    Compiling fallible-iterator v0.3.0
2026-07-11T01:09:55.7542124Z    Compiling time v0.3.47
2026-07-11T01:09:55.7870641Z    Compiling ghash v0.5.1
2026-07-11T01:09:55.7980414Z    Compiling ctr v0.9.2
2026-07-11T01:09:55.8171059Z    Compiling aes v0.8.4
2026-07-11T01:09:55.8370894Z    Compiling sha2 v0.11.0-rc.5
2026-07-11T01:09:55.9230937Z    Compiling fs2 v0.4.3
2026-07-11T01:09:55.9890730Z    Compiling http-body-util v0.1.3
2026-07-11T01:09:56.0221200Z    Compiling aead v0.5.2
2026-07-11T01:09:56.0730729Z    Compiling openssl-probe v0.2.1
2026-07-11T01:09:56.0882873Z    Compiling utf8parse v0.2.2
2026-07-11T01:09:56.1426831Z    Compiling arrayvec v0.7.6
2026-07-11T01:09:56.1530481Z    Compiling crossbeam-channel v0.5.15
2026-07-11T01:09:56.1630747Z    Compiling crossbeam-epoch v0.9.18
2026-07-11T01:09:56.2561093Z    Compiling blake3 v1.8.5
2026-07-11T01:09:56.3043277Z    Compiling netlink-packet-route v0.29.0
2026-07-11T01:09:56.3441366Z    Compiling memoffset v0.6.5
2026-07-11T01:09:56.3537390Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-11T01:09:56.4815071Z    Compiling aes-gcm v0.10.3
2026-07-11T01:09:56.5050711Z    Compiling acto v0.8.2
2026-07-11T01:09:56.5566793Z    Compiling netwatch v0.16.0
2026-07-11T01:09:56.6300210Z    Compiling noq v0.18.0
2026-07-11T01:09:56.6488440Z    Compiling tagptr v0.2.0
2026-07-11T01:09:56.6489325Z    Compiling rustc-hash v2.1.2
2026-07-11T01:09:56.6703209Z    Compiling foldhash v0.2.0
2026-07-11T01:09:56.7533435Z    Compiling identity-hash v0.1.0
2026-07-11T01:09:56.8005416Z    Compiling mac-addr v0.3.0
2026-07-11T01:09:56.8031701Z    Compiling ref-cast v1.0.25
2026-07-11T01:09:56.8367357Z    Compiling lru-slab v0.1.2
2026-07-11T01:09:56.8515127Z    Compiling rustix v1.1.4
2026-07-11T01:09:56.8707666Z    Compiling xml-rs v0.8.28
2026-07-11T01:09:56.9287300Z    Compiling sorted-index-buffer v0.2.1
2026-07-11T01:09:56.9480677Z    Compiling thiserror v1.0.69
2026-07-11T01:09:57.0028717Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-11T01:09:57.0837982Z    Compiling hashbrown v0.16.1
2026-07-11T01:09:57.2852969Z    Compiling netlink-packet-route v0.30.0
2026-07-11T01:09:57.3243370Z    Compiling errno v0.3.14
2026-07-11T01:09:57.3540833Z    Compiling ioctl-rs v0.1.6
2026-07-11T01:09:57.4381216Z    Compiling termios v0.2.2
2026-07-11T01:09:57.4751079Z    Compiling serial-core v0.4.0
2026-07-11T01:09:57.5589457Z    Compiling synstructure v0.13.2
2026-07-11T01:09:57.5702435Z    Compiling darling_core v0.20.11
2026-07-11T01:09:57.6483696Z    Compiling xmltree v0.10.3
2026-07-11T01:09:57.7196176Z    Compiling serde_derive_internals v0.29.1
2026-07-11T01:09:57.8450409Z    Compiling proc-macro-crate v3.5.0
2026-07-11T01:09:57.9079587Z    Compiling aho-corasick v1.1.4
2026-07-11T01:09:58.0294637Z    Compiling simple-dns v0.9.3
2026-07-11T01:09:58.2451157Z    Compiling sha1_smol v1.0.1
2026-07-11T01:09:58.2707507Z    Compiling simdutf8 v0.1.5
2026-07-11T01:09:58.2824869Z    Compiling toml_write v0.1.2
2026-07-11T01:09:58.3161017Z    Compiling arrayref v0.3.9
2026-07-11T01:09:58.3733734Z    Compiling constant_time_eq v0.4.2
2026-07-11T01:09:58.3831218Z    Compiling regex-syntax v0.8.10
2026-07-11T01:09:58.4731711Z    Compiling linux-raw-sys v0.12.1
2026-07-11T01:09:58.4800375Z    Compiling resolv-conf v0.7.6
2026-07-11T01:09:58.4907399Z    Compiling signal-hook v0.3.18
2026-07-11T01:09:58.5427676Z    Compiling winnow v0.7.15
2026-07-11T01:09:58.5460922Z    Compiling smol_str v0.1.24
2026-07-11T01:09:58.7438835Z    Compiling lru v0.16.4
2026-07-11T01:09:58.7806722Z    Compiling serial-unix v0.4.0
2026-07-11T01:09:58.9394567Z    Compiling darling_core v0.23.0
2026-07-11T01:09:58.9698624Z    Compiling signal-hook-registry v1.4.8
2026-07-11T01:09:59.0298366Z    Compiling serde_bytes v0.11.19
2026-07-11T01:09:59.2682429Z    Compiling seize v0.5.1
2026-07-11T01:09:59.3265374Z    Compiling hmac v0.12.1
2026-07-11T01:09:59.3767427Z    Compiling iroh v0.98.2
2026-07-11T01:09:59.4329176Z    Compiling serde_derive v1.0.228
2026-07-11T01:09:59.4330163Z    Compiling zeroize_derive v1.4.3
2026-07-11T01:09:59.6034683Z    Compiling tokio-macros v2.7.0
2026-07-11T01:09:59.6983531Z    Compiling futures-macro v0.3.32
2026-07-11T01:09:59.9982514Z    Compiling zeroize v1.8.2
2026-07-11T01:10:00.1810869Z    Compiling zerofrom-derive v0.1.7
2026-07-11T01:10:00.2641218Z    Compiling tokio v1.52.3
2026-07-11T01:10:00.5773633Z    Compiling yoke-derive v0.8.2
2026-07-11T01:10:00.6138784Z    Compiling futures-util v0.3.32
2026-07-11T01:10:00.7316435Z    Compiling zerovec-derive v0.11.3
2026-07-11T01:10:00.7778236Z    Compiling displaydoc v0.2.6
2026-07-11T01:10:01.1372473Z    Compiling tracing-attributes v0.1.31
2026-07-11T01:10:01.5396711Z    Compiling zerofrom v0.1.8
2026-07-11T01:10:01.5502966Z    Compiling rustls-pki-types v1.14.1
2026-07-11T01:10:01.6130757Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-11T01:10:01.6529918Z    Compiling thiserror-impl v2.0.18
2026-07-11T01:10:01.9046591Z    Compiling yoke v0.8.3
2026-07-11T01:10:02.0978222Z    Compiling zerotrie v0.2.4
2026-07-11T01:10:02.1243376Z    Compiling zerovec v0.11.6
2026-07-11T01:10:02.2506337Z    Compiling darling_macro v0.20.11
2026-07-11T01:10:02.3630475Z    Compiling derive_more-impl v2.1.1
2026-07-11T01:10:02.4641039Z    Compiling spez v0.1.2
2026-07-11T01:10:02.4770804Z    Compiling n0-error-macros v0.1.3
2026-07-11T01:10:02.5680788Z    Compiling darling v0.20.11
2026-07-11T01:10:02.6369574Z    Compiling derive_builder_core v0.20.2
2026-07-11T01:10:02.6888667Z    Compiling der v0.8.0-rc.10
2026-07-11T01:10:02.8243771Z    Compiling pin-project-internal v1.1.13
2026-07-11T01:10:02.9166355Z    Compiling tinystr v0.8.3
2026-07-11T01:10:03.1196583Z    Compiling icu_locale_core v2.2.0
2026-07-11T01:10:03.3040724Z    Compiling potential_utf v0.1.5
2026-07-11T01:10:03.4420144Z    Compiling icu_collections v2.2.0
2026-07-11T01:10:03.6498378Z    Compiling n0-error v0.1.3
2026-07-11T01:10:03.9350984Z    Compiling derive_builder_macro v0.20.2
2026-07-11T01:10:03.9936184Z    Compiling ed25519-dalek v2.2.0
2026-07-11T01:10:04.1181013Z    Compiling pin-project v1.1.13
2026-07-11T01:10:04.1691753Z    Compiling spki v0.8.0-rc.4
2026-07-11T01:10:04.2130891Z    Compiling cobs v0.3.0
2026-07-11T01:10:04.2283083Z    Compiling derive_builder v0.20.2
2026-07-11T01:10:04.3393540Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-11T01:10:04.3781769Z    Compiling icu_provider v2.2.0
2026-07-11T01:10:04.4267426Z    Compiling ipnet v2.12.0
2026-07-11T01:10:04.4668477Z    Compiling futures-executor v0.3.32
2026-07-11T01:10:04.5224640Z    Compiling ed25519 v3.0.0-rc.4
2026-07-11T01:10:04.6450342Z    Compiling futures v0.3.32
2026-07-11T01:10:04.7150949Z    Compiling icu_normalizer v2.2.0
2026-07-11T01:10:04.7541927Z    Compiling icu_properties v2.2.0
2026-07-11T01:10:04.8123079Z    Compiling prefix-trie v0.8.4
2026-07-11T01:10:04.9474772Z    Compiling spt-proto v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-07-11T01:10:05.1950820Z    Compiling once_cell v1.21.4
2026-07-11T01:10:05.2256378Z    Compiling postcard-derive v0.2.2
2026-07-11T01:10:05.2380670Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-11T01:10:05.4280693Z    Compiling tracing-core v0.1.36
2026-07-11T01:10:05.6100716Z    Compiling data-encoding-macro v0.1.20
2026-07-11T01:10:05.6152043Z    Compiling rustls-native-certs v0.8.4
2026-07-11T01:10:05.6781004Z    Compiling num_enum_derive v0.7.6
2026-07-11T01:10:05.7043224Z    Compiling hashbrown v0.14.5
2026-07-11T01:10:05.7454430Z    Compiling strum_macros v0.28.0
2026-07-11T01:10:05.7575014Z    Compiling postcard v1.1.3
2026-07-11T01:10:06.0771091Z    Compiling tracing v0.1.44
2026-07-11T01:10:06.0870950Z    Compiling async-trait v0.1.89
2026-07-11T01:10:06.2038330Z    Compiling idna_adapter v1.2.2
2026-07-11T01:10:06.2319093Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-11T01:10:06.3021273Z    Compiling tokio-util v0.7.18
2026-07-11T01:10:06.3298895Z    Compiling idna v1.1.0
2026-07-11T01:10:06.4202130Z    Compiling netlink-sys v0.8.8
2026-07-11T01:10:06.5898345Z    Compiling hashlink v0.9.1
2026-07-11T01:10:06.7001253Z    Compiling tower v0.5.3
2026-07-11T01:10:06.7152882Z    Compiling iroh-metrics-derive v0.4.1
2026-07-11T01:10:06.7310675Z    Compiling enum-assoc v1.3.0
2026-07-11T01:10:06.7786491Z    Compiling netlink-proto v0.12.0
2026-07-11T01:10:06.7982021Z    Compiling num_enum v0.7.6
2026-07-11T01:10:06.9088537Z    Compiling url v2.5.8
2026-07-11T01:10:06.9351376Z    Compiling netdev v0.42.0
2026-07-11T01:10:06.9562622Z    Compiling derive_more v2.1.1
2026-07-11T01:10:07.0902810Z    Compiling rusqlite v0.32.1
2026-07-11T01:10:07.1061332Z    Compiling iroh-relay v0.98.0
2026-07-11T01:10:07.1407060Z    Compiling moka v0.12.15
2026-07-11T01:10:07.1831467Z    Compiling serde_spanned v0.6.9
2026-07-11T01:10:07.3024077Z    Compiling iroh-metrics v0.38.3
2026-07-11T01:10:07.3316379Z    Compiling toml_datetime v0.6.11
2026-07-11T01:10:07.3381037Z    Compiling ref-cast-impl v1.0.25
2026-07-11T01:10:07.4901015Z    Compiling h2 v0.4.14
2026-07-11T01:10:07.6972830Z    Compiling n0-watcher v0.6.1
2026-07-11T01:10:07.7035063Z    Compiling tokio-stream v0.1.18
2026-07-11T01:10:07.7752601Z    Compiling thiserror-impl v1.0.69
2026-07-11T01:10:07.8181776Z    Compiling toml_edit v0.22.27
2026-07-11T01:10:07.8591197Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-11T01:10:07.9451370Z    Compiling attohttpc v0.30.1
2026-07-11T01:10:07.9713200Z    Compiling tower-http v0.6.11
2026-07-11T01:10:08.3681561Z    Compiling iroh-base v0.98.0
2026-07-11T01:10:08.4890411Z    Compiling spt-store v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-07-11T01:10:08.5526299Z    Compiling webpki-roots v1.0.7
2026-07-11T01:10:08.6431766Z    Compiling regex-automata v0.4.14
2026-07-11T01:10:08.7411395Z    Compiling schemars_derive v1.2.1
2026-07-11T01:10:08.7821237Z    Compiling bitflags v1.3.2
2026-07-11T01:10:08.8501582Z    Compiling strum v0.28.0
2026-07-11T01:10:08.8641087Z    Compiling dyn-clone v1.0.20
2026-07-11T01:10:08.9700613Z    Compiling iroh-dns v0.98.0
2026-07-11T01:10:09.0033245Z    Compiling pin-utils v0.1.0
2026-07-11T01:10:09.0785749Z    Compiling cmov v0.5.4
2026-07-11T01:10:09.2100196Z    Compiling rustix v0.38.44
2026-07-11T01:10:09.2487192Z    Compiling nix v0.25.1
2026-07-11T01:10:09.2748478Z    Compiling backon v1.6.0
2026-07-11T01:10:09.3468025Z    Compiling ctutils v0.4.2
2026-07-11T01:10:09.3960744Z    Compiling filedescriptor v0.8.3
2026-07-11T01:10:09.5415900Z    Compiling darling_macro v0.23.0
2026-07-11T01:10:09.5661213Z    Compiling papaya v0.2.4
2026-07-11T01:10:09.5890810Z    Compiling hkdf v0.12.4
2026-07-11T01:10:09.6331370Z    Compiling serial v0.4.0
2026-07-11T01:10:09.7090505Z    Compiling anstyle-parse v1.0.0
2026-07-11T01:10:09.7218265Z    Compiling vte_generate_state_changes v0.1.2
2026-07-11T01:10:09.8301271Z    Compiling anstyle v1.0.14
2026-07-11T01:10:09.8394240Z    Compiling linux-raw-sys v0.4.15
2026-07-11T01:10:09.9592809Z    Compiling is_terminal_polyfill v1.70.2
2026-07-11T01:10:10.0000730Z    Compiling anstyle-query v1.1.5
2026-07-11T01:10:10.0150764Z    Compiling colorchoice v1.0.5
2026-07-11T01:10:10.0246785Z    Compiling foldhash v0.1.5
2026-07-11T01:10:10.0751725Z    Compiling shell-words v1.1.1
2026-07-11T01:10:10.0850783Z    Compiling downcast-rs v1.2.1
2026-07-11T01:10:10.0911267Z    Compiling instability v0.3.12
2026-07-11T01:10:10.1061460Z    Compiling anstream v1.0.0
2026-07-11T01:10:10.1449066Z    Compiling vte v0.13.1
2026-07-11T01:10:10.2020692Z    Compiling hashbrown v0.15.5
2026-07-11T01:10:10.2321545Z    Compiling signal-hook-mio v0.2.5
2026-07-11T01:10:10.2804184Z    Compiling darling v0.23.0
2026-07-11T01:10:10.3173384Z    Compiling spake2 v0.4.0
2026-07-11T01:10:10.3318906Z    Compiling terminal_size v0.4.4
2026-07-11T01:10:10.4699396Z    Compiling strum_macros v0.26.4
2026-07-11T01:10:10.4941092Z    Compiling sha1 v0.10.6
2026-07-11T01:10:10.6559858Z    Compiling itertools v0.13.0
2026-07-11T01:10:10.7123997Z    Compiling toml v0.8.23
2026-07-11T01:10:10.7561489Z    Compiling castaway v0.2.4
2026-07-11T01:10:10.8401297Z    Compiling schemars v1.2.1
2026-07-11T01:10:10.8510610Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-11T01:10:11.0197933Z    Compiling static_assertions v1.1.0
2026-07-11T01:10:11.0742437Z    Compiling unicode-width v0.1.14
2026-07-11T01:10:11.1990427Z    Compiling clap_lex v1.1.0
2026-07-11T01:10:11.3771052Z    Compiling doctest-file v1.1.1
2026-07-11T01:10:11.4719276Z    Compiling indoc v2.0.7
2026-07-11T01:10:11.5300192Z    Compiling clap_builder v4.6.0
2026-07-11T01:10:11.7743819Z    Compiling regex v1.12.3
2026-07-11T01:10:11.8036475Z    Compiling interprocess v2.4.2
2026-07-11T01:10:11.8829559Z    Compiling spt-msg v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-07-11T01:10:12.4142250Z    Compiling spt-runtime v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-07-11T01:10:12.7682755Z    Compiling unicode-truncate v1.1.0
2026-07-11T01:10:12.8180858Z    Compiling strum v0.26.3
2026-07-11T01:10:12.8311466Z    Compiling crossterm v0.28.1
2026-07-11T01:10:12.9292045Z    Compiling compact_str v0.8.2
2026-07-11T01:10:12.9411189Z    Compiling lru v0.12.5
2026-07-11T01:10:13.1029572Z    Compiling clap_derive v4.6.1
2026-07-11T01:10:13.2047823Z    Compiling unicode-width v0.2.0
2026-07-11T01:10:13.3735796Z    Compiling portable-pty v0.8.1
2026-07-11T01:10:13.5118434Z    Compiling iana-time-zone v0.1.65
2026-07-11T01:10:13.5232050Z    Compiling cassowary v0.3.0
2026-07-11T01:10:13.5524747Z    Compiling nucleo-matcher v0.3.1
2026-07-11T01:10:13.5955170Z    Compiling hyper v1.10.1
2026-07-11T01:10:13.7822388Z    Compiling spt-term v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-07-11T01:10:13.9024736Z    Compiling ratatui v0.29.0
2026-07-11T01:10:14.3173463Z    Compiling chrono v0.4.45
2026-07-11T01:10:14.4390534Z    Compiling qrcode v0.14.1
2026-07-11T01:10:14.4826742Z    Compiling tempfile v3.27.0
2026-07-11T01:10:15.5120582Z    Compiling hyper-util v0.1.20
2026-07-11T01:10:15.5475534Z    Compiling clap v4.6.1
2026-07-11T01:10:15.8611847Z    Compiling spt-live v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-07-11T01:10:17.2107046Z    Compiling igd-next v0.17.1
2026-07-11T01:10:18.0672980Z    Compiling portmapper v0.16.0
2026-07-11T01:10:25.0195839Z    Compiling rustls-webpki v0.103.13
2026-07-11T01:10:27.2830210Z    Compiling tokio-rustls v0.26.4
2026-07-11T01:10:27.2830643Z    Compiling noq-proto v0.17.0
2026-07-11T01:10:27.2830950Z    Compiling rustls-platform-verifier v0.7.0
2026-07-11T01:10:27.4151306Z    Compiling hyper-rustls v0.27.9
2026-07-11T01:10:27.4151874Z    Compiling hickory-net v0.26.0-beta.4
2026-07-11T01:10:27.4152318Z    Compiling tokio-websockets v0.13.2
2026-07-11T01:10:27.5340630Z    Compiling reqwest v0.13.4
2026-07-11T01:10:28.4090571Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-11T01:10:41.8373730Z    Compiling spt-net v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-07-11T01:10:43.2372756Z    Compiling spt-daemon v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-07-11T01:10:51.0540786Z    Compiling spt v0.30.6 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-07-11T01:10:55.4696898Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-11T01:10:55.4917324Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4a686f0b59383e2d)
2026-07-11T01:10:55.4929444Z 
2026-07-11T01:10:55.4929696Z running 1 test
2026-07-11T01:11:03.0703686Z test new_brain_serves_against_old_broker ... ok
2026-07-11T01:11:03.0703968Z 
2026-07-11T01:11:03.0704288Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.58s
2026-07-11T01:11:03.0704645Z 
2026-07-11T01:11:03.0915495Z Post job cleanup.
2026-07-11T01:11:03.1579313Z [command]/usr/bin/git version
2026-07-11T01:11:03.1612960Z git version 2.43.0
2026-07-11T01:11:03.1678152Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/77093c79-10cc-4a55-b782-4f36ca6d6596' before making global git config changes
2026-07-11T01:11:03.1678773Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T01:11:03.1682036Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-11T01:11:03.1714050Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-11T01:11:03.1741040Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-11T01:11:03.1930303Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T01:11:03.1949844Z http.https://github.com/.extraheader
2026-07-11T01:11:03.1956729Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-07-11T01:11:03.1998511Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-11T01:11:03.2183818Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T01:11:03.2209684Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-11T01:11:03.2508115Z Cleaning up orphan processes
